home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / Crimson Editor 3.70 / cedt370r.exe / spec / lua.key < prev    next >
INI File  |  2004-02-02  |  2KB  |  152 lines

  1. [-COMMENT-:GLOBAL]
  2. # LUA LANGUAGE KEYWORDS FILE FOR CRIMSON EDITOR
  3. # FIRST EDITED BY Walter Souto R. Junior (wsouto@bayweb.com.br) 05.11.2002
  4. # UPDATE to Lua 5.0 by Matteo De Simone (matteo.desimone@libero.it) Jun, 16 2003
  5.  
  6. [KEYWORDS0:GLOBAL]
  7. #
  8. # Lua reserved words
  9. #
  10. and
  11. break
  12. do
  13. else
  14. elseif
  15. false
  16. for
  17. function
  18. if
  19. in
  20. local
  21. nil
  22. not
  23. or
  24. repeat
  25. return
  26. true
  27. until
  28. while
  29. end
  30. then
  31.  
  32. [KEYWORDS1:GLOBAL]
  33. #
  34. # Lua internal functions
  35. #
  36. assert
  37. collectgarbage
  38. dofile
  39. error
  40. _G
  41. getfenv
  42. getmetatable
  43. gcinfo
  44. ipairs
  45. loadfile
  46. loadlib
  47. loadstring
  48. next
  49. pairs
  50. pcall
  51. print
  52. rawequal
  53. rawget
  54. rawset
  55. require
  56. setfenv
  57. setmetatable
  58. tonumber
  59. tostring
  60. type
  61. unpack
  62. _VERSION
  63. xpcall
  64.  
  65.  
  66. [KEYWORDS2:GLOBAL]
  67. #
  68. # Standard library functions
  69. #
  70. math bs
  71. math acos 
  72. math asin
  73. math atan
  74. math atan2
  75. math ceil 
  76. math cos
  77. math def
  78. math exp
  79. math floor 
  80. math frexp 
  81. math ldexp
  82. math log 
  83. math log10 
  84. math max 
  85. math min 
  86. math mod 
  87. math pi 
  88. math pow 
  89. math rad 
  90. math random
  91. math randomseed
  92. math sin
  93. math sqrt
  94. math tan
  95. io close
  96. io flush
  97. io input
  98. io lines
  99. io open
  100. io output
  101. io read
  102. io stderr
  103. io stdin
  104. io stdout
  105. io tmpfile
  106. io type
  107. io write
  108. debug debug
  109. debug gethook
  110. debug getinfo
  111. debug getlocal
  112. debug getupvalue
  113. debug sethook
  114. debug setlocal
  115. debug setupvalue
  116. debug traceback
  117. coroutine create
  118. coroutine resume
  119. coroutine status
  120. coroutine wrap
  121. coroutine yield
  122. os clock
  123. os date
  124. os difftime
  125. os execute
  126. os exit
  127. os getenv
  128. os remove
  129. os rename
  130. os setlocale
  131. os time
  132. os tmpname
  133. string byte
  134. string char
  135. string dump
  136. string find
  137. string format
  138. string gsub
  139. string len
  140. string lower
  141. string rep
  142. string sub
  143. string upper
  144. table concat
  145. table foreach
  146. table foreachi
  147. table getn
  148. table insert
  149. table remove
  150. table setn
  151. table sort
  152.